Forces.frictionForce

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector2 frictionForce(Vector2 vel, float howMuch)
    struct Forces
    @nogc @safe nothrow static
    Vector2
    frictionForce
    (
    in Vector2 vel
    ,
    float howMuch
    )
  2. Vector3 frictionForce(Vector3 vel, float howMuch)

Meta